home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_9 / issue_08 / sci_sw / !A>B>C / !Run < prev    next >
Text File  |  1996-02-23  |  969b  |  30 lines

  1. | > A>B>C.!Run
  2. |
  3. | Run File for A->B->C series reactions
  4. |
  5. | by Chris Johnson
  6. |
  7. |
  8. RMEnsure UtilityModule 3.10 Error This application is only suitable for use with RISC OS 3.10 or later versions
  9. |
  10. If "<Font$Prefix>"="" Then Error You need to double click on !Fonts before running this application
  11. |
  12. | Find path to file
  13. Set A>B>C$Dir <Obey$Dir>
  14. IconSprites <Obey$Dir>.!Sprites
  15. |
  16. set temp$flag 1
  17. RMEnsure ABCLibrary 0 set temp$flag 0
  18. RMensure ABCLibrary 4.02 if "<temp$flag>" = "1" Then Error 0 Old ABCLib installed Else RMLoad <Obey$Dir>.ABCLib
  19. RMensure ABCLibrary 4.02 Error You need the ABClibrary ver 4.02 or later installed
  20. |
  21. set temp$flag 1
  22. RMEnsure CJWimpUtil 0 set temp$flag 0
  23. RMEnsure CJWimpUtil 0.17 if "<temp$flag>" = "1" Then Error 0 Old CJWimpUtil module installed Else RMLoad <Obey$Dir>.cjWimpUtil
  24. RMEnsure CJWimpUtil 0.17 Error You need the CJWimpUtil module (0.15 or later) installed
  25. unset temp$flag
  26. |
  27. WimpSlot -min 64K -max 64K
  28. |
  29. Run <Obey$Dir>.!RunImage
  30.